home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 71.zip / BS1 part 71 / X-Cad3000_d5.adf / XCdoc / drawtfile < prev    next >
Text File  |  1991-11-22  |  1KB  |  43 lines

  1.  
  2.    5.9.5 DRAW TEXTFILE
  3.  
  4.  
  5. The DRAW TEXTFILE command is used to insert a standard AmigaDos textfile
  6. into a drawing. A text entity will be created for each non blank line
  7. found in the file. Blank lines are taken into account and the line spacing
  8. is adjusted accordingly.
  9.  
  10. The parameters used to define the text height and width etc. are taken from
  11. the selected parameters defined for the viewport or the system default
  12. parameters. Any of these parameters can be altered within the command by
  13. using the PARAMETERS modifier.
  14.  
  15.  
  16.    COMMAND FORMAT
  17.  
  18.       #DRAW TEXTFILE NAME name [modifiers] :Loc x1 x2 ... xn
  19.  
  20. A copy of the named textfile will be inserted at each of the locations
  21. entered for the command. The location defines the position for the first
  22. line of the file.
  23.  
  24.  
  25.    MODIFIERS
  26.  
  27. LAYER          Requires a layer number. This will override the current
  28.                active layer.
  29.  
  30. DEPTH          Requires a depth number. This will override the current
  31.                active depth.
  32.  
  33. NAME           The name of the textfile to insert.
  34.  
  35. PARAMETERS     The PARAMETERS modifier is used to enter a further family
  36.                of modifiers used to control the text parameters and
  37.                appearance.
  38.  
  39.                See the documentation for the command DRAW TEXT for a full
  40.                description of the modifiers used to control text parameters.
  41.  
  42.  
  43.